home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / asm / lk_v1.06.lha / LK V1.06 / HELP / for.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.3 KB  |  35 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-41]
  2. [C;6;B]        FOR <filename>
  3. [7]Default: TO
  4. [J;1;N]
  5.   Only the commercial version will have this instruction fully \
  6. supported. Registred people will receive that version.
  7.  
  8.   Generates a library with specified file name. This will load each \
  9. object and order hunks and units to produce a library object \
  10. file. You may ask for SINGLEUNIT to have a universal library.
  11.  
  12.   When specified, the instruction SMALLUNIT will enable a link \
  13. of some hunks together. This is done when hunk A needs hunk B \
  14. and hunk B needs hunk A (This may be more complex while hunk A \
  15. may need hunk B going through hunk C and D, and hunk B may \
  16. need hunk A through hunk E and F.) Hunks of different types \
  17. are not linked together, whenever they need each other.
  18.  
  19.   If the given file name is a directory name, the usual auto \
  20. creator file name will be used and the result will be saved \
  21. into the given directory. The source file name will have its \
  22. path suppressed before the concatenation to the source file name.
  23.   Example:
  24. [2]    FROM prg:object/myprog.o
  25.     FOR ram:
  26. [1]  generates the destination file name:
  27. [2]    ram:myprog.lib
  28. [1]
  29.   See also:
  30. [L;3][LINK createlibrary]        CREATELIBRARY
  31. [LINK filename]                <filename>
  32. [LINK single]                SINGLEUNIT
  33. [LINK small]                SMALLUNIT
  34. [5; LINK about; GOTO address]        Become Registred
  35.